Stop including gdkscreen.h
authorMatthias Clasen <mclasen@redhat.com>
Fri, 17 Nov 2017 12:46:44 +0000 (07:46 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 17 Nov 2017 15:51:55 +0000 (10:51 -0500)
It is not used anymore.

gdk/gdkapplaunchcontext.c
gdk/gdkpango.c

index 4f693e0995aa4e13c9d5846ed34583a37a45b4dd..44d0d5203bfd5d2d63641253a6cddfb27c69822d 100644 (file)
@@ -21,7 +21,7 @@
 #include "config.h"
 
 #include "gdkapplaunchcontextprivate.h"
-#include "gdkscreen.h"
+#include "gdkdisplay.h"
 #include "gdkintl.h"
 
 
index 1ab905d5bd1e16112d464f9d54ec8f830cce09f8..5c02d7371a69c16d712210cbd14e4e08cd488756 100644 (file)
@@ -19,7 +19,6 @@
 
 #include "gdkpango.h"
 
-#include "gdkscreen.h"
 #include "gdkintl.h"
 
 #include <math.h>